DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomDataSet Class / FrameSubSet(IEnumerable<UInt32>) Method
Requested frame numbers



In This Topic
    FrameSubSet(IEnumerable<UInt32>) Method
    In This Topic
    Generates a new DicomDataSet as a subset of the current instance as described in supplement 119
    Syntax
    'Declaration
     
    
    Public Function FrameSubSet( _
       ByVal Frames As IEnumerable(Of UInteger) _
    ) As DicomDataSet
    'Usage
     
    
    Dim instance As DicomDataSet
    Dim Frames As IEnumerable(Of UInteger)
    Dim value As DicomDataSet
     
    value = instance.FrameSubSet(Frames)
    public DicomDataSet FrameSubSet( 
       IEnumerable<uint> Frames
    )
    public:
    DicomDataSet^ FrameSubSet( 
       IEnumerable<uint>^ Frames
    ) 

    Parameters

    Frames
    Requested frame numbers

    Return Value

    Subset DicomDataSet that includes the requested frames
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also